Platform Explorer / Nuxeo Platform 5.8

Extension point servers

Documentation

Define a server that expose services.

A server is

Contribution Descriptors

  • Class: org.nuxeo.runtime.api.ServiceHost

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-runtime-5.8.jar
    <extension point="servers" target="org.nuxeo.runtime.api.ServiceManagement">
        <documentation>
        Locator properties (including JNDI properties) are specified using "property" elements
        <p/>
        To change the prefix and suffix used to generate the service key
        you may define the "prefix" and "suffix" properties
        <p/>
        Service group exposed by a server are declared using the "group" element
        <p/>
        To specify the default group (the root) use "*"
        </documentation>
    
        <server class="org.nuxeo.runtime.api.JBossServiceLocator">
        <group>*</group>
        </server>
    
      </extension>